home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 5.3 KB | 166 lines |
- ; NETFJVI.INF
- ;
- ; Fujitsu FMV-181/2/3/4 LAN Adapter (ISA).
- ;
- ; Original Copyright 1993-1997, FUJITSU LIMITED
- ; Copyright (c) 1993-1997, Microsoft Corporation
-
- [version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Msft%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,3.0.10.21
-
- [Manufacturer]
- %V_FJ%=FJ
-
- [ControlFlags]
- ExcludeFromSelect = ISAPNP\FUJ01C1, \
- ISAPNP\FUJ01D1
-
- [FJ]
- %FMV_183PNP.DeviceDesc% = v183pnp.ndi, ISAPNP\FUJ01C1 ; FMV-183 LAN Card(PnP Mode)
- %FMV_184PNP.DeviceDesc% = v184pnp.ndi, ISAPNP\FUJ01D1 ; FMV-184 LAN Card(PnP Mode)
- %FMV_181.DeviceDesc% = v181.ndi, *pnp828f ; FMV-181 LAN Card
- %FMV_182.DeviceDesc% = v181.ndi, *pnp828f ; FMV-182 LAN Card
- %FMV_183.DeviceDesc% = v183.ndi, *FUJ01C1 ; FMV-183 LAN Card(ISA Mode)
- %FMV_184.DeviceDesc% = v184.ndi, *FUJ01D1 ; FMV-184 LAN Card(ISA Mode)
-
- ;-------------------------------------------------------------------------------
- ; Fujitsu FMV-181/182 LAN Adapter
- ;
- [v181.ndi]
- AddReg = 8696x.reg
- BusType = 1
- Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
- LogConfig = f3ab18xi.Logconfig
- CopyFiles = f3ab18xi.CopyFiles
-
- [v181.ndi.Services]
- AddService = f3ab18xi, 2, f3ab18xi.Service, common.EventLog
-
- ;-------------------------------------------------------------------------------
- ; Fujitsu FMV-183 LAN Adapter - ISA MODE
- ;
- [v183.ndi]
- AddReg = 8696x.reg
- BusType = 1
- Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
- LogConfig = f3ab18xi.Logconfig
- CopyFiles = f3ab18xi.CopyFiles
-
- [v183.ndi.Services]
- AddService = f3ab18xi, 2, f3ab18xi.Service, common.EventLog
-
- ;-------------------------------------------------------------------------------
- ; Fujitsu FMV-184 LAN Adapter - ISA MODE
- ;
- [v184.ndi]
- AddReg = 8696x.reg, v184.reg
- BusType = 1
- Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
- LogConfig = f3ab18xi.Logconfig
- CopyFiles = f3ab18xi.CopyFiles
-
- [v184.ndi.Services]
- AddService = f3ab18xi, 2, f3ab18xi.Service, common.EventLog
-
- ;-------------------------------------------------------------------------------
- ; Fujitsu FMV-183 LAN Adapter
- ;
- [v183pnp.ndi]
- AddReg = 8696x.reg
- BusType = 14
- Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
- LogConfig = f3ab18xi.Logconfig
- CopyFiles = f3ab18xi.CopyFiles
-
- [v183pnp.ndi.Services]
- AddService = f3ab18xi, 2, f3ab18xi.Service, common.EventLog
-
- ;-------------------------------------------------------------------------------
- ; Fujitsu FMV-184 LAN Adapter
- ;
- [v184pnp.ndi]
- AddReg = 8696x.reg, v184.reg
- BusType = 14
- Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
- LogConfig = f3ab18xi.Logconfig
- CopyFiles = f3ab18xi.CopyFiles
-
- [v184pnp.ndi.Services]
- AddService = f3ab18xi, 2, f3ab18xi.Service, common.EventLog
-
- ;-------------------------------------------------------------------------------
- ; LogConfig sections
- ;
- [f3ab18xi.Logconfig]
- ConfigPriority = HARDRECONFIG
- IOConfig = 220-23F(FFFF::), 240-25F(FFFF::), 260-27F(FFFF::), 280-29F(FFFF::), \
- 2A0-2BF(FFFF::), 2C0-2DF(FFFF::), 300-31F(FFFF::), 340-35F(FFFF::)
- IRQConfig = 3,7,10,15
-
- ;-------------------------------------------------------------------------------
- ; 8696x platform specific
- ;
- [8696x.reg]
- HKR, Ndi, Service, 0, "f3ab18xi"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- ;-------------------------------------------------------------------------------
- ; v184 specific
- ;
- [v184.reg]
- HKR, Ndi\params\InterfaceType, ParamDesc, 0, %InterfaceType%
- HKR, Ndi\params\InterfaceType, type, 0, "enum"
- HKR, Ndi\params\InterfaceType, default, 0, "10BASE2"
- HKR, Ndi\params\InterfaceType\enum, 2, 0, "10BASE2"
- HKR, Ndi\params\InterfaceType\enum, 5, 0, "10BASE5"
-
- [f3ab18xi.CopyFiles]
- f3ab18xi.sys,,,2
-
- [f3ab18xi.Service]
- DisplayName = %f3ab18xi.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\f3ab18xi.sys
- LoadOrderGroup = NDIS
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- ;-------------------------------------------------------------------------------
- ; DestinationDirs
- ;
- [DestinationDirs]
- f3ab18xi.CopyFiles = 12
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- Msft = "Microsoft"
- V_FJ = "Fujitsu"
-
- InterfaceType = "Interface Type"
-
- FMV_181.DeviceDesc = "Fujitsu FMV-181"
- FMV_182.DeviceDesc = "Fujitsu FMV-182"
- FMV_183.DeviceDesc = "Fujitsu FMV-183 (Legacy Mode)"
- FMV_184.DeviceDesc = "Fujitsu FMV-184 (Legacy Mode)"
- FMV_183PNP.DeviceDesc = "Fujitsu FMV-183 (PnP mode)"
- FMV_184PNP.DeviceDesc = "Fujitsu FMV-184 (PnP mode)"
-
- f3ab18xi.Service.DispName = "Fujitsu FMV-181/2/3/4 LAN Driver"
-
-
-